From 53012bd4df83a0d43ce7dfd0175d78b084823477 Mon Sep 17 00:00:00 2001 From: Trevor Reiff Date: Sat, 7 Oct 2017 20:59:39 -0400 Subject: [PATCH] Update docs for appveyor badge. --- src/doc/manifest.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 4a72712d2..2b2215057 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -192,7 +192,8 @@ license-file = "..." # Appveyor: `repository` is required. `branch` is optional; default is `master` # `service` is optional; valid values are `github` (default), `bitbucket`, and # `gitlab`; `id` is optional; you can specify the appveyor project id if you -# want to use that instead. +# want to use that instead. `project_name` is optional; use when the repository +# name differs from the appveyor project name. appveyor = { repository = "...", branch = "master", service = "github" } # Circle CI: `repository` is required. `branch` is optional; default is `master` -- 2.30.2